3.20 \(\int \frac {A+C \cos ^2(c+d x)}{(b \cos (c+d x))^{3/2}} \, dx\)

Optimal. Leaf size=74 \[ \frac {2 A \sin (c+d x)}{b d \sqrt {b \cos (c+d x)}}-\frac {2 (A-C) E\left (\left .\frac {1}{2} (c+d x)\right |2\right ) \sqrt {b \cos (c+d x)}}{b^2 d \sqrt {\cos (c+d x)}} \]

[Out]

2*A*sin(d*x+c)/b/d/(b*cos(d*x+c))^(1/2)-2*(A-C)*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticE(sin(
1/2*d*x+1/2*c),2^(1/2))*(b*cos(d*x+c))^(1/2)/b^2/d/cos(d*x+c)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 74, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {3012, 2640, 2639} \[ \frac {2 A \sin (c+d x)}{b d \sqrt {b \cos (c+d x)}}-\frac {2 (A-C) E\left (\left .\frac {1}{2} (c+d x)\right |2\right ) \sqrt {b \cos (c+d x)}}{b^2 d \sqrt {\cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Int[(A + C*Cos[c + d*x]^2)/(b*Cos[c + d*x])^(3/2),x]

[Out]

(-2*(A - C)*Sqrt[b*Cos[c + d*x]]*EllipticE[(c + d*x)/2, 2])/(b^2*d*Sqrt[Cos[c + d*x]]) + (2*A*Sin[c + d*x])/(b
*d*Sqrt[b*Cos[c + d*x]])

Rule 2639

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2*EllipticE[(1*(c - Pi/2 + d*x))/2, 2])/d, x] /; FreeQ[{
c, d}, x]

Rule 2640

Int[Sqrt[(b_)*sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Dist[Sqrt[b*Sin[c + d*x]]/Sqrt[Sin[c + d*x]], Int[Sqrt[Si
n[c + d*x]], x], x] /; FreeQ[{b, c, d}, x]

Rule 3012

Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((A_) + (C_.)*sin[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[(A*Cos[e
+ f*x]*(b*Sin[e + f*x])^(m + 1))/(b*f*(m + 1)), x] + Dist[(A*(m + 2) + C*(m + 1))/(b^2*(m + 1)), Int[(b*Sin[e
+ f*x])^(m + 2), x], x] /; FreeQ[{b, e, f, A, C}, x] && LtQ[m, -1]

Rubi steps

\begin {align*} \int \frac {A+C \cos ^2(c+d x)}{(b \cos (c+d x))^{3/2}} \, dx &=\frac {2 A \sin (c+d x)}{b d \sqrt {b \cos (c+d x)}}-\frac {(A-C) \int \sqrt {b \cos (c+d x)} \, dx}{b^2}\\ &=\frac {2 A \sin (c+d x)}{b d \sqrt {b \cos (c+d x)}}-\frac {\left ((A-C) \sqrt {b \cos (c+d x)}\right ) \int \sqrt {\cos (c+d x)} \, dx}{b^2 \sqrt {\cos (c+d x)}}\\ &=-\frac {2 (A-C) \sqrt {b \cos (c+d x)} E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{b^2 d \sqrt {\cos (c+d x)}}+\frac {2 A \sin (c+d x)}{b d \sqrt {b \cos (c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.16, size = 57, normalized size = 0.77 \[ \frac {2 A \sin (c+d x)-2 (A-C) \sqrt {\cos (c+d x)} E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{b d \sqrt {b \cos (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[(A + C*Cos[c + d*x]^2)/(b*Cos[c + d*x])^(3/2),x]

[Out]

(-2*(A - C)*Sqrt[Cos[c + d*x]]*EllipticE[(c + d*x)/2, 2] + 2*A*Sin[c + d*x])/(b*d*Sqrt[b*Cos[c + d*x]])

________________________________________________________________________________________

fricas [F]  time = 0.59, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (C \cos \left (d x + c\right )^{2} + A\right )} \sqrt {b \cos \left (d x + c\right )}}{b^{2} \cos \left (d x + c\right )^{2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+C*cos(d*x+c)^2)/(b*cos(d*x+c))^(3/2),x, algorithm="fricas")

[Out]

integral((C*cos(d*x + c)^2 + A)*sqrt(b*cos(d*x + c))/(b^2*cos(d*x + c)^2), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {C \cos \left (d x + c\right )^{2} + A}{\left (b \cos \left (d x + c\right )\right )^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+C*cos(d*x+c)^2)/(b*cos(d*x+c))^(3/2),x, algorithm="giac")

[Out]

integrate((C*cos(d*x + c)^2 + A)/(b*cos(d*x + c))^(3/2), x)

________________________________________________________________________________________

maple [B]  time = 1.37, size = 216, normalized size = 2.92 \[ -\frac {2 \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +\left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b}\, \left (A \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, \EllipticE \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )-2 A \cos \left (\frac {d x}{2}+\frac {c}{2}\right ) \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-C \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, \EllipticE \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right )}{b \sqrt {-b \left (2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-\left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )\right )}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {b \left (2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1\right )}\, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A+C*cos(d*x+c)^2)/(b*cos(d*x+c))^(3/2),x)

[Out]

-2/b*(-2*sin(1/2*d*x+1/2*c)^4*b+sin(1/2*d*x+1/2*c)^2*b)^(1/2)*(A*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1
/2*c)^2-1)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2))-2*A*cos(1/2*d*x+1/2*c)*sin(1/2*d*x+1/2*c)^2-C*(sin(1/2*
d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2)))/(-b*(2*sin(1/2*d*x
+1/2*c)^4-sin(1/2*d*x+1/2*c)^2))^(1/2)/sin(1/2*d*x+1/2*c)/(b*(2*cos(1/2*d*x+1/2*c)^2-1))^(1/2)/d

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {C \cos \left (d x + c\right )^{2} + A}{\left (b \cos \left (d x + c\right )\right )^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+C*cos(d*x+c)^2)/(b*cos(d*x+c))^(3/2),x, algorithm="maxima")

[Out]

integrate((C*cos(d*x + c)^2 + A)/(b*cos(d*x + c))^(3/2), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {C\,{\cos \left (c+d\,x\right )}^2+A}{{\left (b\,\cos \left (c+d\,x\right )\right )}^{3/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A + C*cos(c + d*x)^2)/(b*cos(c + d*x))^(3/2),x)

[Out]

int((A + C*cos(c + d*x)^2)/(b*cos(c + d*x))^(3/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((A+C*cos(d*x+c)**2)/(b*cos(d*x+c))**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________